Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move typing.UpdateQuery to dml #550

Merged
merged 3 commits into from
May 3, 2024
Merged

Conversation

nathan-artie
Copy link
Contributor

No description provided.

@nathan-artie nathan-artie marked this pull request as ready for review May 3, 2024 00:12
@nathan-artie nathan-artie changed the title Move typing.UpdateColumn to dml Move typing.UpdateQuery to dml May 3, 2024
@nathan-artie nathan-artie requested a review from Tang8330 May 3, 2024 00:14
)

// buildColumnsUpdateFragment will parse the columns and then returns a list of strings like: cc.first_name=c.first_name,cc.last_name=c.last_name,cc.email=c.email
func buildColumnsUpdateFragment(c *columns.Columns, dialect sql.Dialect, skipDeleteCol bool) string {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything below this line was copied directly. The only change was to the function definition.

@nathan-artie nathan-artie merged commit 6f690e5 into master May 3, 2024
1 check passed
@nathan-artie nathan-artie deleted the nv/move-update-column branch May 3, 2024 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants